data-manipulation/hashing

hash data via BCrypt

rule:
  meta:
    name: hash data via BCrypt
    namespace: data-manipulation/hashing
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Defense Evasion::Obfuscated Files or Information [T1027]
    mbc:
      - Cryptography::Cryptographic Hash [C0029]
  features:
    - and:
      - or:
        - api: BCryptHash
        - and:
          - api: BCryptHashData
          - optional:
            - api: BCryptFinishHash
            - api: BCryptDestroyHash
            - api: BCryptCreateHash
      - optional:
        - api: BCryptOpenAlgorithmProvider
        - api: BCryptCloseAlgorithmProvider

last edited: 2023-11-24 10:34:28